home *** CD-ROM | disk | FTP | other *** search
/ Animation / Animation Vol.1 (Profi ROM)(1994).iso / samples.zip / ROBOTMTL.VS < prev    next >
Text File  |  1993-10-01  |  1KB  |  49 lines

  1. #define RED_GLASS \ 
  2.     surface {           \ 
  3.         ambient 0.073 0.025 0.025 \ 
  4.         diffuse 0.168 0.057 0.057 \ 
  5.         shine 50  1.000 1.000 1.000 \ 
  6.         transparent 1.0 0.7 0.7 \ 
  7.         ior 1.1 \ 
  8.     }
  9.  
  10. #define GRAY_SEMIGLOSS \ 
  11.     surface {           \ 
  12.         ambient 0.066 0.066 0.066 \ 
  13.         diffuse 0.596 0.596 0.596 \ 
  14.         shine 12.6  0.663 0.663 0.663 \ 
  15.         specular 0.3*white \
  16.     }
  17.  
  18. #define GOLD \ 
  19.     surface {           \ 
  20.         ambient 0.055 0.041 0.020 \ 
  21.         diffuse 0.498 0.367 0.176 \ 
  22.         shine 16.1  0.839 0.439 0.224 \ 
  23.         specular 0.4*white \
  24.     }
  25.  
  26. #define BRASS_GIFMAP \ 
  27.     surface {           \ 
  28.         ambient 0.058 0.042 0.020 \ 
  29.         diffuse 0.522 0.381 0.176 \ 
  30.         shine 29.4  0.714 0.584 0.400 \ 
  31.         specular 0.530*white \ 
  32.     }
  33.  
  34. #define CREAM_PLASTIC \ 
  35.     surface {           \ 
  36.         ambient 0.076 0.077 0.046 \ 
  37.         diffuse 0.681 0.695 0.416 \ 
  38.         shine 35.0  1.000 0.988 0.678 \ 
  39.     }
  40.  
  41. #define CHROME_GIFMAP \ 
  42.     surface {           \ 
  43.         ambient 0.000 0.000 0.000 \ 
  44.         diffuse 0.000 0.000 0.000 \ 
  45.         shine 42.7  0.992 0.992 1.000 \ 
  46.         specular 1.000*white \ 
  47.     }
  48.  
  49.